home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / comm / fido / GFindSrc.lha / GFindXXXSrc / gst.c < prev    next >
C/C++ Source or Header  |  1996-03-08  |  508b  |  28 lines

  1. /***************************************************************************
  2.  * gst.c
  3.  *
  4.  * GFindXXX, Copyright ©1995 Lee Kindness.
  5.  *
  6.  */
  7.  
  8. /* ANSI headers */
  9. #include <string.h>
  10. #include <ctype.h>
  11.  
  12. /* Amiga headers */
  13. #include <exec/types.h>
  14. #include <exec/memory.h>
  15. #include <dos/dos.h>
  16. #include <libraries/gotchalib.h>
  17.  
  18. /* Protos */
  19. #include <proto/exec.h>
  20. #include <proto/dos.h>
  21.  
  22. #include <clib/gotchalib_protos.h>
  23. #include <pragmas/gotchalib_pragmas.h>
  24.  
  25. /* Amiga.lib */
  26. //#include <clib/alib_protos.h>
  27.  
  28.